home *** CD-ROM | disk | FTP | other *** search
/ Macademic for Students & Teachers / Macademic for Students and Teachers (Quantum Leap)(1992).iso / Mathematics / PowerMath Demo / Help Folder / Commands next >
Encoding:
Text File  |  1980-01-01  |  1.6 KB  |  28 lines  |  [TEXT/MACA]

  1. Commands
  2.  
  3. Commands are placed on a line by themselves and cause specific operations to be performed on preceding problem statements.  Commands have a syntax similar to Functions. The name of the Command is followed by a set of parameters enclosed in brackets or parenthesis and separated by semicolons.  Parameters may be expressions, variables, numbers, or other Functions. 
  4.  
  5. The Commands are:
  6.  
  7. CLEAR (VariableX; VariableY;...)
  8. Clears numeric values for VariableX, VariableY, ...
  9. Without parentheses, clears all variables.
  10.  
  11. LIST (DataSetName; Variable; Variable;...)
  12. Causes PowerMath to substitute values from the open data set (named as the first parameter) for the variables (listed as the following parameters) in the selected problem(s).  After each assignment, PowerMath evaluates the selected problem(s).  After the evaluation, another set of values is assigned  from the referenced data set and the expression(s) re-evaluated. This continues until the all data from the data set has been substituted into the problems and evaluated.  LIST is the only Command that precedes the expression(s) it acts upon.
  13.  
  14. PLOT (Expression; Variable; StartRange; EndRange) 
  15. Plots stated expression (first parameter).  Variable is the independent variable.  StartRange and EndRange define the range of the independent variable.
  16.  
  17. REDUCE (Expression)
  18. Reduces Expression to its simplest form.
  19.  
  20. SHOW (Variable; Variable; ...... ) :
  21. Displays current value of the variables listed as parameters.
  22. Without parenthesis, displays all variables.
  23.  
  24. SOLVE (Variable; Variable; ...... ) :
  25. Solves selected system of equations for the variables specified.
  26. Without parenthesis, SOLVE solves for all variables.
  27.  
  28.